Package physx.physics

Class PxActor

    • Constructor Detail

      • PxActor

        protected PxActor()
      • PxActor

        protected PxActor​(long address)
    • Method Detail

      • wrapPointer

        public static PxActor wrapPointer​(long address)
      • getUserData

        public NativeObject getUserData()
        Returns:
        WebIDL type: VoidPtr
      • setUserData

        public void setUserData​(NativeObject value)
        Parameters:
        value - WebIDL type: VoidPtr
      • getType

        public int getType()
        Returns:
        WebIDL type: PxActorTypeEnum [enum]
      • setName

        public void setName​(java.lang.String name)
        Parameters:
        name - WebIDL type: DOMString
      • getName

        public java.lang.String getName()
        Returns:
        WebIDL type: DOMString [Const]
      • getWorldBounds

        public PxBounds3 getWorldBounds()
        Returns:
        WebIDL type: PxBounds3 [Value]
      • getWorldBounds

        public PxBounds3 getWorldBounds​(float inflation)
        Parameters:
        inflation - WebIDL type: float
        Returns:
        WebIDL type: PxBounds3 [Value]
      • setDominanceGroup

        public void setDominanceGroup​(byte dominanceGroup)
        Parameters:
        dominanceGroup - WebIDL type: octet
      • getDominanceGroup

        public byte getDominanceGroup()
        Returns:
        WebIDL type: octet
      • setOwnerClient

        public void setOwnerClient​(byte inClient)
        Parameters:
        inClient - WebIDL type: octet
      • getOwnerClient

        public byte getOwnerClient()
        Returns:
        WebIDL type: octet