CesiumLanguageWriter.PacketCesiumWriter.OpenPositionProperty C# (CSharp) 메소드

OpenPositionProperty() 공개 메소드

Opens and returns the writer for the position property. The position property defines the position of the object in the world. The position has no direct visual representation, but it is used to locate billboards, labels, and other graphical items attached to the object.
public OpenPositionProperty ( ) : PositionCesiumWriter
리턴 PositionCesiumWriter
        public PositionCesiumWriter OpenPositionProperty()
        {
            return OpenAndReturn(PositionWriter);
        }