CesiumLanguageWriter.PacketCesiumWriter.OpenOrientationProperty C# (CSharp) Method

OpenOrientationProperty() public method

Opens and returns the writer for the orientation property. The orientation property defines the orientation of the object in the world. The orientation has no direct visual representation, but it is used to orient models, cones, pyramids, and other graphical items attached to the object.
public OpenOrientationProperty ( ) : OrientationCesiumWriter
return OrientationCesiumWriter
        public OrientationCesiumWriter OpenOrientationProperty()
        {
            return OpenAndReturn(OrientationWriter);
        }