示例#1
0
文件: Viewer.cs 项目: saihe/Effekseer
        public void SetLotation(float x, float y, float z)
        {
            var behavior = native.GetEffectBehavior();

            behavior.PositionX = x;
            behavior.PositionY = y;
            behavior.PositionZ = z;
            native.SetViewerEffectBehavior(behavior);
        }