FMOD.ChannelControl.get3DConeOrientation C# (CSharp) Method

get3DConeOrientation() public method

public get3DConeOrientation ( VECTOR &orientation ) : RESULT
orientation VECTOR
return RESULT
        public RESULT get3DConeOrientation(out VECTOR orientation)
        {
            return FMOD_ChannelGroup_Get3DConeOrientation(rawPtr, out orientation);
        }
        public RESULT set3DCustomRolloff(ref VECTOR points, int numpoints)
ChannelControl